Introduce 'compilation-safety' variable
authorAndrea Corallo <acorallo@gnu.org>
Fri, 3 May 2024 20:21:20 +0000 (22:21 +0200)
committerAndrea Corallo <acorallo@gnu.org>
Mon, 13 May 2024 21:01:08 +0000 (23:01 +0200)
commit13ddfc201108bfc71c7fa9040ee9970e929070cf
tree29798a91facfff4daf7d88c69f95ad6d62a66018
parent595799edd3188a8992bbd08d0b29feaf184a092e
Introduce 'compilation-safety' variable

* lisp/emacs-lisp/bytecomp.el (compilation-safety): New customize.
* src/comp.c (comp_t): Add func_safety.
(emit_call_with_type_hint, emit_call2_with_type_hint): Make use of.
(compile_function): Set 'comp.func_safety'.
lisp/emacs-lisp/bytecomp.el
src/comp.c